home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / star_catcher.swf / scripts / DefineSprite_57 / frame_165 / DoAction.as
Encoding:
Text File  |  2012-01-07  |  138 b   |  7 lines

  1. i = _root.activeComets_arr;
  2. if(i < _root.activeComets_arr.length)
  3. {
  4.    _root.activeComets_arr.splice(i,1);
  5. }
  6. removeMovieClip(this);
  7.